projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a8a9fc
)
reftests: Fix shorthand-entry-border test
author
Benjamin Otte
<otte@redhat.com>
Fri, 29 Mar 2019 03:11:11 +0000
(
04:11
+0100)
committer
Benjamin Otte
<otte@redhat.com>
Fri, 29 Mar 2019 08:56:52 +0000
(09:56 +0100)
We weren't setting CSS back to defaults, so the border highlight
transition would be at different stages when the 2 snapshots happened.
testsuite/reftests/shorthand-entry-border.css
patch
|
blob
|
history
diff --git
a/testsuite/reftests/shorthand-entry-border.css
b/testsuite/reftests/shorthand-entry-border.css
index b8f28f68a3b3520642f54fab03aefcccc94d0695..aae1827d55f743156e2a9102bce845a16b9de08d 100644
(file)
--- a/
testsuite/reftests/shorthand-entry-border.css
+++ b/
testsuite/reftests/shorthand-entry-border.css
@@
-1,8
+1,6
@@
-* {
- border-radius: 0;
-}
+@import "reset-to-defaults.css";
-
GtkW
idget {
+
w
idget {
border-right-width: 5px;
}